home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00051_Script_Cursor-Hand
< prev
next >
Wrap
Text File
|
1999-02-25
|
431b
|
18 lines
property whichSprite
on mouseWithin me
cursor 260
set the visibility of sprite whichSprite = TRUE
set the loc of sprite whichSprite = point ( the mouseh, the mousev + 30)
end
on mouseLeave me
cursor -1
set the visibility of sprite whichSprite = FALSE
end
on getPropertyDescriptionList
set p_list = [¼
whichSprite: [ #default:0, #format:#integer, #comment:"whichSprite"]]
return p_list
end